home *** CD-ROM | disk | FTP | other *** search
/ Exploring Aeronautics / NASA Exploring Aeronautics.iso / pc / source / intro.dxr / 00001_main.ls next >
Encoding:
Text File  |  1998-06-02  |  500 b   |  20 lines

  1. on startMovie
  2.   if not pc() then
  3.     if the shiftDown then
  4.       halt()
  5.     end if
  6.   end if
  7.   if not pc() then
  8.     if the colorDepth > 8 then
  9.       set the media of member "background" to the media of member "background16bit"
  10.       set the media of member "exploringText" to the media of member "exploringText16bit"
  11.       set the media of member "aeroText" to the media of member "aeroText16bit"
  12.     end if
  13.   end if
  14.   preLoad(marker(2))
  15.   set the visible of sprite 4 to 0
  16. end
  17.  
  18. on stopMovieScript
  19. end
  20.